LaTeX Document eror: too many }'s
Posted
by Kyle
on Stack Overflow
See other posts from Stack Overflow
or by Kyle
Published on 2010-05-01T12:13:36Z
Indexed on
2010/05/01
12:17 UTC
Read the original article
Hit count: 945
Hello,
I have a latex document, which works fine but when ever I try to add in an image with a figure caption it gives me an error saying there are to many }'s.
\begin{figure}[h!]
\caption{A picture of a gull.}
\includegraphics[width=0.5\textwidth]{uml-usecase/overview.png}
\end{figure}
As far as I can see its right, can anyone figure out where I am going wrong?
Thanks
© Stack Overflow or respective owner